home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 32 / Amiga Format AFCD32 (Nov 1998, Issue 117).iso / -seriously_amiga- / programming / other / classfree / cftexticlass / cftexti.h < prev    next >
C/C++ Source or Header  |  1998-08-10  |  332b  |  18 lines

  1. #ifndef CFTEXTI_H
  2. #define CFTEXTI_H
  3.  
  4. /* Class name definition */
  5.  
  6. #define CFtextiClassName "CFtexticlass"
  7.  
  8. /* Special class attributes */
  9.  
  10. #define CFTI_Dummy         (TAG_USER + 0x21000)
  11. #define CFTI_PosFlags      (CFTI_Dummy + 0x0001)
  12.  
  13.  
  14. #define TIPOS_CENTER   0
  15. #define TIPOS_LEFT     (1L<<0)
  16. #define TIPOS_RIGHT    (1L<<1)
  17.  
  18. #endif